(set #MSG_WELCOME "Willkommen beim Installations-Skript für \"Win95_IconRenderer\".\n\nWenn die Version Ihres Installers kleiner als 42 ist, könnte es unter Umständen Probleme bei der Installation geben!!")
(set #MSG_SELECTPATH "Wo befindet sich das PowerWindows Verzeichnis?")
(set #MSG_SELECTDOCPATH "In welches Verzeichnis soll Dokumentation/Preview-Bild kopiert werden?\nTip: Sie könnten in \"PowerWindows/ExtRoutines\" eine neue Schublade anlegen (zum Beispiel.: \"Docs\")")
(set #MSG_NOTPW "Dies scheint nicht das richtige Verzeichnis zu sein!\nSie müssen entweder das PowerWindows Verzeichnis selbst, oder dessen Mutterverzeichnis auswählen!")
(set #MSG_ASK "Welche Dateien sollen zusätzlich zum IconRenderer installiert werden?")
(set #MSG_OPT1 "\x1B[2pDokumentation im Amigaguide Format")
(set #MSG_OPT2 "Preview-Bild (beschreibt auch die Konfiguration des IconRenderers)")
(set #MSG_COPY_DOC "Kopiere Dokumentation im Amigaguide-Format")
(set #MSG_COPY_PR "Kopiere Preview-Bild")
(set #MSG_NOHELP "Keine Hilfe verfügbar. Sorry. Ich bin einfach zu faul :-(")
(set #MSG_DONE "Der neue IconRenderer ist nun installiert. Sie können ihn durch Ändern der PowerWindows Einstellungen aktivieren. In \"PW_Icon95.guide\" steht, wie man das macht und wie der IconRenderer konfiguriert wird.\n\n")
(set #MSG_DONE2 "Viel Spaß und vergessen Sie nicht, daß PowerWindows Shareware ist $-)")
(set #LANG_FOUND 1)
)
)
(if (= "italiano" @language)
(
(set #MSG_WELCOME "Benvenuto nel script di installazione per \"Win95_IconRenderer\".\n\nSe la versione del tuo Installer è inferiore di 42, potrebbero verificarsi dei problemi durante l'installazione!!")
(set #MSG_SELECTPATH "Dove si trova il directory di PowerWindows?")
(set #MSG_SELECTDOCPATH "In che directory devo installare documentazione/immagine di preview?\nTip: Potresti creare un cassetto nuovo (per esempio \"Docs\") in \"PowerWindows/ExtRoutines\"")
(set #MSG_NOTPW "Questo non sembra essere il directory giusto!\nSi deve scegliere o il PowerWindows directory stesso, o il suo directory precedente (madre)!")
(set #MSG_OPT1 "\x1B[2pDocumentazione in formato amigaguide")
(set #MSG_OPT2 "Immagine di preview (che descrive anche la configurazione dell'IconRenderer)")
(set #MSG_COPY_IR "Copio \"Win95_IconRenderer\"")
(set #MSG_COPY_DOC "Copio documentazione in formato amigaguide")
(set #MSG_COPY_PR "Copio immagine di preview")
(set #MSG_NOHELP "Nessun aiuto disponibile. Sorry. Sono troppo pigro :-(")
(set #MSG_DONE "L'installazione dell'IconRenderer nuovo è finita. Lo si attiva cambiando le preferenze di PowerWindows. In \"PW_Icon95.guide\" c'è scritto come fare, in più viene spiegato come configurare l'IconRenderer.\n\n")
(set #MSG_DONE2 "Buon divertimento e non dimenticare che PowerWindows è Shareware $-)")
(set #LANG_FOUND 1)
)
)
(if (= 0 #LANG_FOUND)
(
(set #MSG_WELCOME "Welcome to the installation script for \"Win95_IconRenderer\".\n\nIf the version of your Installer is lower than 42 then there might be problems during installation!!")
(set #MSG_SELECTPATH "Where is your PowerWindows directory?")
(set #MSG_SELECTDOCPATH "Where do you want the documentation/preview image to be installed?\nTip: You could create a new drawer (e.g. \"Docs\") in \"PowerWindows/ExtRoutines\"")
(set #MSG_NOTPW "This does not seem to be the correct directory!\nEither select the PowerWindows directory itself or it's parent directory!")
(set #MSG_ASK "What additional files shall be installed?")
(set #MSG_OPT1 "\x1B[2pDocumentation in amigaguide format")
(set #MSG_OPT2 "Preview image (explaining also how to configure the IconRenderer)")
(set #MSG_COPY_DOC "Copying documentation in amigaguide format")
(set #MSG_COPY_PR "Copying preview image")
(set #MSG_NOHELP "No help available. Sorry. I'm just too lazy :-(")
(set #MSG_DONE "The new IconRenderer is now installed. It can be activated by changing the PowerWindows settings. In \"PW_Icon95.guide\" you can see how to do that and how to configure the IconRenderer.\n\n")
(set #MSG_DONE2 "Have a lot of fun and don't forget that PowerWindows is Shareware $-)")